


	Contains RADIOSITY project source files.
	
	File list:
	source\radiosty.h
	source\hemicube.h
	source\radiosty.c
	source\input.c
	source\decomp.c
	source\ff.c
	source\hemicube.c
	source\solution.c
	source\utils.c
	- Microsoft Visual C++ project file:
	source\radiosty.dsp
	- Makefiles:
	source\radiosty.mak
	source\radiosty.dep
	- readme file:
	readme.txt

	The code assumes no OS dependencies, is ANSI C compliant and utilizes a portable windowing system API, the GLUT toolkit.

	Note : the GLUT header file and import library are necessary to build the project, they can be obtained from:
	http://www.xmission.com/~nate/glut.html
	